Description
Login As the given user. If no user is given a system login is performed. This is a void operations - the input will be returned back as the output.
Operation id | Auth.LoginAs |
Category | Users & Groups |
Label | Login As |
Requires | |
Since | |
Parameters
Signature
Inputs | void, document |
Outputs | void, document |
Implementation Information
JSON Definition
{
"id" : "Auth.LoginAs",
"label" : "Login As",
"category" : "Users & Groups",
"requires" : null,
"description" : "Login As the given user. If no user is given a system login is performed. This is a void operations - the input will be returned back as the output.",
"url" : "Auth.LoginAs",
"signature" : [ "void", "void", "document", "document" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}